Skip to content

Rename Scheduler API to Executor#2

Merged
f3l1x merged 2 commits intocontributte:masterfrom
ohmyfelix:feat/executor-rebrand
Mar 26, 2026
Merged

Rename Scheduler API to Executor#2
f3l1x merged 2 commits intocontributte:masterfrom
ohmyfelix:feat/executor-rebrand

Conversation

@ohmyfelix
Copy link
Copy Markdown
Contributor

@ohmyfelix ohmyfelix commented Mar 25, 2026

Closes #1

Summary

  • rename the package metadata, docs, commands, DI extension, and main namespace from Scheduler to Executor
  • keep only the new Contributte\\Executor API and remove the temporary Contributte\\Scheduler compatibility layer
  • trim tests and QA configuration to validate the new Executor-only surface

Testing

  • make qa
  • php vendor/bin/tester -s -p php --colors 1 -C tests/Cases

@ohmyfelix
Copy link
Copy Markdown
Contributor Author

ohmyfelix commented Mar 26, 2026

Executor-only rebrand is ready to merge.

All GitHub checks are green and local verification passed with:

  • make qa
  • php vendor/bin/tester -s -p php --colors 1 -C tests/Cases

I also removed the temporary Scheduler compatibility layer, so this PR now keeps only the new Contributte\Executor surface.

@f3l1x f3l1x merged commit eeaceb5 into contributte:master Mar 26, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rename Scheduler API and docs to Executor / Contributte\Executor

2 participants